home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.funduc.com
/
2014.08.ftp.funduc.com.tar
/
ftp.funduc.com
/
setupdt64.exe
/
{app}
/
ExampleScript5.txt
< prev
next >
Wrap
INI File
|
2010-08-01
|
1KB
|
47 lines
[Default]
# Directory Toolkit Command Script Syntax (Ver 4.9+)
# Funduc Software, Inc
# Copyright 1997-2010
# http://www.funduc.comááááhttp://www.searchandreplace.com
# support@Funduc.com áááásupport@searchandreplace.comá
# 'Move' files is not a standard scriptable function. However, in
# some cases the same thing can be accomplished via a two Action
# script. In the first Action, new files (Operation=3) are copied
# to Path 2. In the second Action, the paths are reversed so that
# the original Path 1 is now Path 2 and a 'Remove Identical From
# Target' operation (Operation=5) is performed. Note that this
# removes ALL identical files from the original Path 1 so this is
# not the equivalent of moving 'new' files so please test carefully.
# Also consider using filters or specific file mask(s) to confine
# the overall procedure to specific files.
[Action1]
Path1=d:\test\folder1
Path2=d:\test\folder2
Mask=*.txt
Operation=3
Search_subdir=0
Show Identical=1
Show Different=1
Match In Subdir=0
Show Files in 1 Dir=1
Output File=d:\test\foldsync.txt
Append to Output File=1
Confirm Updates=1
[Action2]
Path1=d:\test\folder2
Path2=d:\test\folder1
Mask=*.txt
Mask=*.txt
Operation=5
Search_subdir=0
Show Identical=1
Show Different=1
Match In Subdir=0
Show Files in 1 Dir=1
Output File=d:\test\foldsync.txt
Append to Output File=1
Confirm Updates=1